// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var t = row[4].split("/"); t[0] = months[t[0]]; t[2] = ", " + t[2]; return "

" + t[0] + " " + "" + t[1] + "" + t[2] + "

" + row[3].substring(0,3) + " " + row[5] + "

" + row[0] + "

" + row[1] + " - " + row[2] + "

" + this.btnText + "" + ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; var footerLink = "" + this.footerText + ""; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else if(document.querySelector(".tnpl_results_container") != null) { document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else document.write("
" + newTable.join('') + "" + footerLink + "
"); } }; }(); //BPW-TNSERV-02B TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Opry NextStage: Jelly Roll, Anne Wilson, Chase Matthew, Flatland Cavalry & Wyatt Flores','Lava Cantina The Colony','The Colony, TX','Wednesday','5/15/2024','2:30 PM','6341876','Opry-NextStage--Jelly-Roll--Anne-Wilson--Chase-Matthew--Flatland-Cavalry---Wyatt-Flores-5-15-2024'],['Gulf Coast Jam: Morgan Wallen, Jelly Roll & Cody Johnson - 4 Day Pass','Frank Brown Park','Panama City Beach, FL','Thursday','5/30/2024','TBD','5745612','Gulf-Coast-Jam--Morgan-Wallen--Jelly-Roll---Cody-Johnson---4-Day-Pass-5-30-2024'],['Grand Ole Opry: Jelly Roll, Alexandra Kay, Craig Morgan & Warren Zeiders','Grand Ole Opry House','Nashville, TN','Wednesday','6/5/2024','7:00 PM','6316261','Grand-Ole-Opry--Jelly-Roll--Alexandra-Kay--Craig-Morgan---Warren-Zeiders-6-5-2024'],['Grand Ole Opry: Jelly Roll, Alexandra Kay, Craig Morgan & Warren Zeiders','Grand Ole Opry House','Nashville, TN','Wednesday','6/5/2024','9:30 PM','6389548','Grand-Ole-Opry--Jelly-Roll--Alexandra-Kay--Craig-Morgan---Warren-Zeiders-6-5-2024'],['Tailgate N Tallboys Music Festival: Jelly Roll, Bailey Zimmerman & Shinedown - 3 Day Pass','Clinton Riverfront','Clinton, IA','Thursday','6/6/2024','TBD','5983302','Tailgate-N-Tallboys-Music-Festival--Jelly-Roll--Bailey-Zimmerman---Shinedown---3-Day-Pass-6-6-2024'],['Tailgate N Tallboys Music Festival: Jelly Roll - Thursday (Time: TBD)','Clinton Riverfront','Clinton, IA','Thursday','6/6/2024','12:00 PM','5983305','Tailgate-N-Tallboys-Music-Festival--Jelly-Roll---Thursday--Time--TBD--6-6-2024'],['CMA Music Festival: Jelly Roll, Keith Urban, Lainey Wilson & The War And Treaty - Saturday','Nissan Stadium - Nashville','Nashville, TN','Saturday','6/8/2024','7:00 PM','5767906','CMA-Music-Festival--Jelly-Roll--Keith-Urban--Lainey-Wilson---The-War-And-Treaty---Saturday-6-8-2024'],['Country Jam USA: Parker McCollum, Jelly Roll & Thomas Rhett - 3 Day Pass','Country Jam USA - CO','Mack, CO','Thursday','6/20/2024','TBD','6113436','Country-Jam-USA--Parker-McCollum--Jelly-Roll---Thomas-Rhett---3-Day-Pass-6-20-2024'],['Jelly Roll','Nebraskaland Days Fairgrounds','North Platte, NE','Saturday','6/22/2024','7:00 PM','5981997','Jelly-Roll-6-22-2024'],['Morgan Wallen, Jelly Roll, Nate Smith & Bryan Martin','Raymond James Stadium','Tampa, FL','Thursday','7/11/2024','6:00 PM','5957894','Morgan-Wallen--Jelly-Roll--Nate-Smith---Bryan-Martin-7-11-2024']],'"Jelly Roll"','https://www.ticketnetwork.com');